PXC Documentation

PXC Home

Array Find

1.18.0

Returns index of an array member that match a condition.



Node Data

Values

Display name

Array Find

Internal name

Node_Array_Find

Inheritances

node
node_array_find

Inputs

node_array_find

any

Array

any

Value

Outputs

node_array_find

integer

Index

Find element in an array. The output is the index of the first occurrence of the element in the array. If the element is not found, the output will be -1.



Properties


Array


The array to search in.


Value


The value to search for.